class->get_layout_offsets = gtk_scale_real_get_layout_offsets;
/**
- * GtkScale:digits:
+ * GtkScale:digits: (attributes org.gtk.Method.get=gtk_scale_get_digits org.gtk.Method.set=gtk_scale_set_digits)
*
* The number of decimal places that are displayed in the value.
*/
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
- * GtkScale:draw-value:
+ * GtkScale:draw-value: (attributes org.gtk.Method.get=gtk_scale_get_draw_value org.gtk.Method.set=gtk_scale_set_draw_value)
*
* Whether the current value is displayed as a string next to the slider.
*/
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
- * GtkScale:has-origin:
+ * GtkScale:has-origin: (attributes org.gtk.Method.get=gtk_scale_get_has_origin org.gtk.Method.set=gtk_scale_set_has_origin)
*
* Whether the scale has an origin.
*/
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
- * GtkScale:value-pos:
+ * GtkScale:value-pos: (attributes org.gtk.Method.get=gtk_scale_get_value_pos org.gtk.Method.set=gtk_scale_set_value_pos)
*
* The position in which the current value is displayed.
*/
}
/**
- * gtk_scale_set_digits:
+ * gtk_scale_set_digits: (attributes org.gtk.Method.set_property=digits)
* @scale: a `GtkScale`
* @digits: the number of decimal places to display,
* e.g. use 1 to display 1.0, 2 to display 1.00, etc
}
/**
- * gtk_scale_get_digits:
+ * gtk_scale_get_digits: (attributes org.gtk.Method.get_property=digits)
* @scale: a `GtkScale`
*
* Gets the number of decimal places that are displayed in the value.
}
/**
- * gtk_scale_set_draw_value:
+ * gtk_scale_set_draw_value: (attributes org.gtk.Method.set_property=draw-value)
* @scale: a #GtkScale
* @draw_value: %TRUE to draw the value
*
}
/**
- * gtk_scale_get_draw_value:
+ * gtk_scale_get_draw_value: (attributes org.gtk.Method.get_property=draw-value)
* @scale: a `GtkScale`
*
* Returns whether the current value is displayed as a string
}
/**
- * gtk_scale_set_has_origin:
+ * gtk_scale_set_has_origin: (attributes org.gtk.Method.set_property=has-origin)
* @scale: a `GtkScale`
* @has_origin: %TRUE if the scale has an origin
*
}
/**
- * gtk_scale_get_has_origin:
+ * gtk_scale_get_has_origin: (attributes org.gtk.Method.get_property=has-origin)
* @scale: a `GtkScale`
*
* Returns whether the scale has an origin.
}
/**
- * gtk_scale_set_value_pos:
+ * gtk_scale_set_value_pos: (attributes org.gtk.Method.set_property=value-pos)
* @scale: a `GtkScale`
* @pos: the position in which the current value is displayed
*
}
/**
- * gtk_scale_get_value_pos:
+ * gtk_scale_get_value_pos: (attributes org.gtk.Method.get_property=value-pos)
* @scale: a `GtkScale`
*
* Gets the position in which the current value is displayed.